google.golang.org/grpc.ClientConn.sc (field)

25 uses

	google.golang.org/grpc (current package)
		clientconn.go#L243: 				cc.sc = &sc
		clientconn.go#L270: 				cc.sc = &sc
		clientconn.go#L495: 	sc              *ServiceConfig             // Latest service config received from the resolver.
		clientconn.go#L555: 			cc.sc = &sc
		clientconn.go#L594: 	if cc.sc != nil {
		clientconn.go#L595: 		cc.applyServiceConfigAndBalancer(cc.sc, nil, addrs)
		clientconn.go#L650: 			if cc.sc == nil {
		clientconn.go#L661: 	if cc.sc != nil && cc.sc.lbConfig != nil {
		clientconn.go#L662: 		balCfg = cc.sc.lbConfig.cfg
		clientconn.go#L925: 	return getMethodConfig(cc.sc, method)
		clientconn.go#L931: 	if cc.sc == nil {
		clientconn.go#L934: 	return cc.sc.healthCheckConfig
		clientconn.go#L949: 	cc.sc = sc
		clientconn.go#L954: 	if cc.sc.retryThrottling != nil {
		clientconn.go#L956: 			tokens: cc.sc.retryThrottling.MaxTokens,
		clientconn.go#L957: 			max:    cc.sc.retryThrottling.MaxTokens,
		clientconn.go#L958: 			thresh: cc.sc.retryThrottling.MaxTokens / 2,
		clientconn.go#L959: 			ratio:  cc.sc.retryThrottling.TokenRatio,
		clientconn.go#L967: 	if cc.sc != nil && cc.sc.lbConfig != nil {
		clientconn.go#L968: 		newBalancerName = cc.sc.lbConfig.name
		clientconn.go#L979: 		} else if cc.sc != nil && cc.sc.LB != nil {
		clientconn.go#L980: 			newBalancerName = *cc.sc.LB